home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / logs / toths101 / samcd.txt < prev    next >
Text File  |  1995-03-11  |  913b  |  36 lines

  1.           Using the SAM CD-ROM with THE TOTAL HAM PLUS
  2.  
  3. Do the cdinst (optional application) as instructed by the RT Systems
  4. documentation
  5.  
  6. Copy FINDCALL.EXE from the SAMHD directory of the CD to the SAM directory
  7. on your hard drive.
  8.  
  9. Copy SAMAPICD.EXE from the API directory of the CD to the SAM directory
  10. on your hard drive.
  11.  
  12. SAM.BAT SHOULD READ:
  13.  
  14. c:\sam\samapicd d:\samcddat c:\sam
  15. c:\sam\findcall %1 
  16. c:\sam\samapicd /r
  17.  
  18. SAM1.BAT SHOULD READ:
  19.  
  20. c:\sam\samapicd d:\samcddat c:\sam
  21. c:\sam\findcall %1 >sam.txt
  22. c:\sam\samapicd /r
  23.  
  24. AFTER YOU ARE SURE IT FINDS THE CALL ADD:
  25.  
  26. ECHO OFF as the first line in each above. This cleans up the
  27. commands from showing on the screen. EXAMPLE follows:
  28.  
  29. ECHO OFF
  30. c:\sam\samapicd d:\samcddat c:\sam
  31. c:\sam\findcall %1 
  32. c:\sam\samapicd /r
  33.  
  34. The above files are supplied as SAMCD.BAT & SAMCD1.BAT. Rename these to
  35. SAM.BAT & SAM1.BAT to use them.
  36.